This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Andy Asaponelyoopsi 8.Jan.04 11:38 AM a Web browser Domino Designer6.0.1All Platforms
I am exporting data to excel by lotus script thru agent.I am saving the file with name
FlName=Trim("C:\SapExp\Exp")+Trim(Str(Day(Today())))+Trim(Str(Month(Today()))) +Trim(".xls")
xlBook.saveas(FlName) ' Saving file as Exp Date
but i want if file is already exist then it abort the rest of code and come out of agent.
Please help me if anyone can
Thank You.